home *** CD-ROM | disk | FTP | other *** search
- Absolute;
-
- Sets the point-designation method to absolute
-
- Relative;
-
- Sets the point-designation method to relative
-
- AngleVar;
-
- Must be called before using variable angles
-
- DoubLines(Distance : REAL);
-
- Sets distance between the double line function
-
- DrwSize(Rows,Columns : INTEGER);
-
- Sets the overall drawing sheet area of a MiniCad+ file
-
- GridLines(Distance : REAL);
-
- Sets the distance between the gridlines on the screen
-
- PenGrid(Distance : REAL);
-
- Sets the smallest mouse increament
-
- ReDraw;
-
- Redraws screen
-
- SetOrigin(X,Y : REAL);
-
- Moves the origin to a new position on the drawing
-
- SetScale(ActualSize : REAL);
-
- Sets the scale of the objects :
- 1/2 scale = 2
- 1/4 scale = 4
-
- Snap(Grid,Object,Locus : BOOLEAN);
-
- Activates the snap options :
- TRUE = on
- FALSE = off
-
- SetUnits(Fraction,DisplayAccuracy : LONGINT; Format : INTEGER; UnitsPerInch : REAL; UnitMark,SqrUnitMark : STRING);
-
- Sets a customized units in MiniCad+
-
- Units(StandardUnit : INTEGER; DisplayAccuracy : LONGINT);
-
- Sets one of the standard units in MiniCad+
-
- SetTool(theTool : INTEGER);
-
- Sets the current tool from the palette.
-
- SetConstrain(s : STRING);
-
- Sets the current constrain mode.
-
- SetActSymbol (s : STRING);
-
- Sets symbol s to be active.
-
-